projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca4c9e
)
Fix typo in previous change.
author
Glenn Morris
<rgm@gnu.org>
Thu, 7 Jun 2007 07:47:00 +0000
(07:47 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 7 Jun 2007 07:47:00 +0000
(07:47 +0000)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index aa5fda39396c0b46ed73c4c7b00f62064f30a3ed..f3534e02d7cf4d635261d9fb70d9b19b88317fc9 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-888,7
+888,7
@@
static void
print_version ()
{
/* Makes it easier to update automatically. */
- char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."
+ char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."
;
printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
puts (emacs_copyright);